home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Applications / Tabs On The Web / Tabs On The Web 1.0b2 PPC / WebDB Datafolder / WebDB Templates / Search Page Template < prev    next >
Encoding:
Text File  |  1999-04-30  |  728 b   |  42 lines  |  [TEXT/R*ch]

  1. <html>
  2. <head><title>Testing Page</title></head>
  3. <body bgcolor=white>
  4.  
  5. <blockquote>
  6.  
  7. <center>
  8. <hr noshade>
  9. <font size=+2><b>Search The Database</b></font>
  10. <hr noshade>
  11.  
  12.  
  13.  
  14.  
  15. <form action="<search form action>" method=post>
  16. <table><tr><td valign=top>Search By:</td>
  17. <td>
  18.  
  19. <index first name>First Name<br>
  20. <index last name>Last Name<br>
  21. <index address>address<br>
  22.  
  23.  
  24. </td></tr>
  25. <tr><td valign=top>Search For:</td>
  26. <td><input type=text name=searchstring value="<lastsearch>"></td></tr>
  27. <td><td></td><td><input type=submit value="Go Search"></td></tr></table>
  28.  
  29.  
  30. </form>
  31.  
  32.  
  33.  
  34. <hr noshade>
  35. <font size=-1><a href="<searchlink>">Search The Database</a> | 
  36. <a href="<browselink>">Browse the database</a></font>
  37.  
  38. </blockquote>
  39. </body></html>
  40.  
  41.  
  42.